home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TSTSR10.ARJ / TSTSR.NWS < prev    next >
Text File  |  1991-01-17  |  1KB  |  23 lines

  1. Thu 17-Jan-91: I have written a few Terminate and Stay Resident
  2. programs as a /pc/ts/tstsr10.arc package:
  3.   RESCLOCK.EXE    Resident clock
  4.   SORDINO.EXE     Turn sounds off, shorter in fact
  5.   TIMEDOWN.EXE    resident countdown timer
  6.   TIMEUP.EXE      Resident countup timer
  7. There is nothing very original in these programs that has not been
  8. published in some form before. But I wanted to look myself at the
  9. techniques of writing TSR programs in Turbo Pascal. (Not quite the
  10. simplest of programming task.)
  11.    There recently was a question in UseNet news comp.lang.pascal for
  12. a resident count-down timer. Timedown.exe can be used for this
  13. purpose for a color monitor in text mode.
  14.    These programs can identify if they have already been installed,
  15. so you can't accidentally install the same program repeatedly.
  16.    If you want to deinstall these programs you have to use eg mark -
  17. release from /pc/pd2/tsrcom29.zip. I experimented with self
  18. releasing code, mostly successfully. However, the code collided
  19. crashing the machine if I released a program both by its own code
  20. and by release.exe on top of that. After some deliberation I decided
  21. (at least for the time being) not to include the self-releasing
  22. feature into these programs.
  23.